home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / xulrunner / python / compiled_templates / video_info.py < prev   
Encoding:
Python Source  |  2007-11-12  |  14.5 KB  |  114 lines

  1. # This is a generated file. Do not edit.
  2. from template import Handle, fillAttr, quoteAndFillAttr, fillStaticTemplate
  3. from StringIO import StringIO
  4. from xhtmltools import urlencode
  5. from templatehelper import quoteattr, escape
  6. from string import Template
  7. import app
  8. import views
  9. import sorts
  10. import indexes
  11. import filters
  12. import resources
  13. import gtcache
  14. _ = gtcache.gettext
  15. def fillTemplate(domHandler, dtvPlatform, eventCookie, bodyTagExtra, *args, **kargs):
  16.     # Start of handle
  17.  
  18.     # Start user code
  19.     
  20.     this = app.controller.videoInfoItem
  21.     thisItemView = views.items.filter(lambda x: x.getID() == this.getID())
  22.  
  23.     def _execOnUnload():
  24.         
  25.         app.controller.videoInfoItem = None
  26.         thisItemView.unlink()
  27.     # End user code
  28.  
  29.     localvars = locals()
  30.     localvars.update(globals())
  31.     handle = Handle(domHandler, localvars, onUnlink = _execOnUnload)
  32.  
  33.     def up_0_handle(viewName, view, tid):
  34.         out = StringIO()
  35.         out.write(u'<div id="')
  36.         out.write(quoteattr(tid))
  37.         out.write(u'">\n<div id="videodetails-actions">\n     ')
  38.         if not (not (this.hasSharableURL())):
  39.             out.write(u'<div>\n        <a href="#" onclick="return recommendItem(\'')
  40.             out.write(quoteattr(urlencode(this.getTitle())))
  41.             out.write(u"', '")
  42.             out.write(quoteattr(urlencode(this.getURL())))
  43.             out.write(u"', '")
  44.             out.write(quoteattr(urlencode(this.getFeed().getURL())))
  45.             out.write(u'\');"><span>')
  46.             out.write(_(u'EMAIL A FRIEND'))
  47.             out.write(u'</span></a>\n     </div>')
  48.         out.write(u'\n     ')
  49.         if not (not (this.getLink())):
  50.             out.write(u'<div>\n        <a href="')
  51.             out.write(quoteattr(this.getLink()))
  52.             out.write(u'"><span>')
  53.             out.write(_(u'PERMALINK'))
  54.             out.write(u'</span></a>\n     </div>')
  55.         out.write(u'\n     <div>\n        ')
  56.         if not (not (this.getExpiring())):
  57.             out.write(u'<span><span class="expiration">')
  58.             out.write(escape(this.getExpirationString()))
  59.             out.write(u'</span></span>')
  60.         out.write(u'\n        ')
  61.         if not (not (this.showSaveButton())):
  62.             out.write(u'<span>\n\t  <a href="#" onclick="return eventURL(\'action:keepItem?item=')
  63.             out.write(quoteattr(urlencode(this.getID())))
  64.             out.write(u'\');"><span>')
  65.             out.write(_(u'KEEP'))
  66.             out.write(u'</span></a> \n\t</span>')
  67.         out.write(u'\n        ')
  68.         if not (not (this.getFeedURL() == u'dtv:singleFeed')):
  69.             out.write(u'<span>\n\t  <a href="#" onclick="return eventURL(\'action:addItemToLibrary?item=')
  70.             out.write(quoteattr(urlencode(this.getID())))
  71.             out.write(u'\');"><span>')
  72.             out.write(_(u'ADD TO LIBRARY'))
  73.             out.write(u'</span></a> \n\t</span>')
  74.         out.write(u'\n        ')
  75.         if not (this.getFeedURL() == u'dtv:singleFeed'):
  76.             out.write(u'<span>\n        ')
  77.             if not (not (this.showSaveButton())):
  78.                 out.write(u'<span> - </span>')
  79.             out.write(u'\n\t  <a href="#" onclick="return eventURL(\'action:expirePlayingItem?item=')
  80.             out.write(quoteattr(urlencode(this.getID())))
  81.             out.write(u'\');"><span>')
  82.             out.write(_(u'DELETE'))
  83.             out.write(u'</span></a>\n        </span>')
  84.         out.write(u'\n      </div>\n</div>\n</div>')
  85.         out.seek(0)
  86.         return out
  87.     handle.addUpdate('tmplcomp11655184','nextSibling',thisItemView,up_0_handle, u'thisItemView')
  88.  
  89.  
  90.     out = StringIO()
  91.     out.write(u"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n")
  92.     out.write(u'<html dtvPlatform="')
  93.     out.write(quoteattr(urlencode(dtvPlatform)))
  94.     out.write(u'" eventCookie="')
  95.     out.write(quoteattr(urlencode(eventCookie)))
  96.     out.write(u'" xmlns:t="http://www.participatorypolitics.org/" xmlns="http://www.w3.org/1999/xhtml" xmlns:i18n="http://www.participatoryculture.org/i18n">  \n\n<head>\n    <meta content="text/html; charset=utf-8" http-equiv="content-type"></meta>\n    <link href="')
  97.     out.write(quoteattr(resources.url(u'css/video-info.css')))
  98.     out.write(u'" type="text/css" rel="stylesheet"></link>\n    \n    \n    <script type="text/javascript">\n<!-- // Protect from our XML parser, which doesn\'t know to protect <script>\n\n///////////////////////////////////////////////////////////////////////////////\n//// For use on your page                                                  ////\n///////////////////////////////////////////////////////////////////////////////\n\nfunction getDTVPlatform() {\n    var elt = document.getElementsByTagName("html")[0];\n    return elt.getAttribute(\'dtvPlatform\');\n}\n\nfunction loadURL(url) {\n    try {\n        document.location.href = url;\n    } catch (e) {\n        // This may happen if the backend decides to handle the url load\n        // itself.\n    }\n}\n\n// For calling from page Javascript: Cause a URL to be loaded. The\n// assumption is that the application will notice, abort the load, and\n// take some action based on the URL.\nfunction eventURL(url) {\n    if (typeof(window.frontend) == \'undefined\') {\n\t// Generic strategy: trigger a load, and hope the application\n\t// catches it and cancels it without creating a race\n\t// condition.\n        loadURL(url)\n    } else {\n\t// OS X WebKit (KHTML) strategy: pass in an Objective C object\n\t// through the window object and call a method on it.\n\twindow.frontend.eventURL(url);\n    }\n\n    return false;\n}\n\n// Calls eventURL, then calls event.stopPropagation() and\n// event.preventDefault() so that the event chain is stopped.\nfunction eventURLAndStop(url, event) {\n  eventURL(url);\n  event.stopPropagation();\n  event.preventDefault();\n}\n\nfunction recommendItem(title, url) {\n    loadURL(\'http://www.videobomb.com/index/democracyemail?url=\' + \n            url + \'&title=\' + title);\n    return false;\n}\n\nfunction recommendChannel(title, url) {\n    // See also app.py if changing this URL\n    loadURL(\'http://www.videobomb.com/democracy_channel/email_friend\' +\n        \'?url=\' + url + \'&title=\' + title);\n    return false;\n}\n\n// Start the video player. The playlist will be the items in the view\n// named by viewName. If firstItemId is the id of an item in the view,\n// playback will start on that item; otherwise playback will start on\n// the first item.\nfunction playViewNamed(viewName, firstItemId) {\n    url = \'action:playViewNamed?\';\n    url = url + \'viewName=\' + URLencode(viewName);\n    url = url + \'&firstItemId=\' + URLencode(firstItemId);\n    eventURL(url);\n    return false;\n}\n\n// You can make \'incremental search\' text boxes on your page that\n// effectively tie the text box to the \'parameter\' argument of setViewFilter,\n// with the other argumens fixed. To do this, add these two attributes to\n// the text box:\n//   onfocus="startEditSearch(this)"\n//   onblur="endEditFilter()"\n// replacing the arguments in parentheses with the desired strings.\n//\n// You\'ll also need to provide a updateSearchString function at the\n// top of your template to perform the actual update\n\nvar editSearchField = null;\nvar editSearchOldValue = \'\';\nvar editSearchTimer = null;\nvar editSearchCallback = null;\n\nfunction onSearchFocus(obj){\n  if (obj.getAttribute(\'searching\') != \'1\') {\n\tobj.value="";\n\tobj.searching = \'1\';\n  }\n  startEditSearch(obj, null);\n}\n\nfunction startEditSearch(obj, callback) {\n  editSearchOldValue = obj.value;\n\n  editSearchField = obj;\n  editSearchCallback = callback;\n  editSearchTimerTick();\n}\n\nfunction editSearchUpdate() {\n    value = editSearchField.value;\n    if (editSearchOldValue != value) {\n\turl = \'action:setSearchString?searchString=\' + URLencode(value);\n\teventURL(url);\n\teditSearchOldValue = value;\n\tif(editSearchCallback) editSearchCallback();\n    }\n}\n\nfunction editSearchTimerTick() {\n    editSearchUpdate();\n    editSearchTimer = setTimeout(editSearchTimerTick, 50);\n}\n\nfunction endEditSearch() {\n  clearTimeout(editSearchTimer);\n  editSearchUpdate();\n}\n\n// Internal use: \'URL encode\' the given string.\nfunction URLencode(str) {\n    return encodeURIComponent(str)\n}\n\nfunction URLdecode(str) {\n  return decodeURIComponent(str)\n}\n\nvar currentSelectBoxMenu = null;\nfunction showSelectBoxMenu(id) {\n    document.getElementById(id).style.display = \'block\';\n    currentSelectBoxMenu = id;\n    document.addEventListener(\'click\', hideSelectBoxMenu, true)\n}\n\nfunction hideSelectBoxMenu(event) {\n    document.getElementById(currentSelectBoxMenu).style.display = \'\';\n    currentSelectBoxMenu = null;\n    document.removeEventListener(\'click\', hideSelectBoxMenu, true)\n}\n\n///////////////////////////////////////////////////////////////////////////////\n//// For calling by host templating code                                   ////\n///////////////////////////////////////////////////////////////////////////////\n\n// For calling by host templating code: Set CSS styles on the item\n// with the given ID to make it disappear.\nfunction hideItem(id) {\n    elt = document.getElementById(id);\n    elt.style.display = \'none\';\n    forceRedisplay(elt);\n}\n\n// For calling by host templating code: Set CSS styles on the item\n// with the given ID to make it visible if it was previously hidden.\nfunction showItem(id) {\n    elt = document.getElementById(id);\n    elt.style.display = \'\';\n    forceRedisplay(elt);\n}\n\n// For calling by host templating code: Replace the item with the\n// given id with the element described by the proided XML.\nfunction changeItem(id, newXML) {\n    elt = document.getElementById(id);\n    r = document.createRange();\n    r.selectNode(elt);\n    frag = r.createContextualFragment(newXML);\n    elt.parentNode.replaceChild(frag, elt);\n}\n\n// For calling by host templating code: Parse the XML in newXML into a\n// new element, and insert the new element immediately before the item\n// with the given id, such that the newly inserted item has the same\n// parent.\nfunction addItemBefore(newXML, id) {\n    elt = document.getElementById(id);\n    r = document.createRange();\n    r.selectNode(elt);\n    frag = r.createContextualFragment(newXML);\n    elt.parentNode.insertBefore(frag, elt);\n}    \n\n// For calling by host templating code: Parse the XML in newXML into a\n// new element, and insert the new element as the final child of the\n// item with the given id.\nfunction addItemAtEnd(newXML, id) {\n    elt = document.getElementById(id);\n    r = document.createRange();\n    r.selectNode(elt);\n    frag = r.createContextualFragment(newXML);\n    elt.insertBefore(frag, null);\n}    \n\n// For calling by host templating code: Remove the item with the given\n// id.\nfunction removeItem(id) {\n    elt = document.getElementById(id);\n    elt.parentNode.removeChild(elt);\n}    \n\n// Internal use: Sometime if all you do is change the style on a node,\n// Safari doesn\'t update the view until your mouse is next over the\n// window. Force the issue by making a drastic change in the vicinity\n// of the given element and then reversing it.\nfunction forceRedisplay(elt) {\n    r = document.createRange();\n    r.selectNode(elt);\n    frag = r.extractContents();\n    r.insertNode(frag);\n}\n\nfunction handleContextMenuSelect(event) {\n  if(event.button == 2) {\n    var area = event.currentTarget.getAttribute("selectArea");\n    var id = event.currentTarget.getAttribute("selectID");\n    var viewName = event.currentTarget.getAttribute("selectViewName");\n    var url = \'action:handleContextMenuSelect?id=\' + id + \'&area=\' + area +\n              \'&viewName=\' + viewName;\n    eventURL(url);\n  }\n  return true;\n}\n\nfunction handleSelect(event) {\n   if(event.target.tagName && event.target.tagName.toUpperCase() == \'A\') {\n       // Either a link in the descrption, or a bomb/mailto/trash click\n       return true;\n    }\n    var id = event.currentTarget.getAttribute("selectID");\n    var viewName = event.currentTarget.getAttribute("selectViewName");\n    var area = event.currentTarget.getAttribute("selectArea");\n    var shiftKey = \'0\';\n    var ctrlKey = \'0\';\n    if(event.shiftKey) shiftKey = \'1\';\n    if(event.ctrlKey || event.metaKey) ctrlKey = \'1\';\n    eventURL(\'action:handleSelect?area=\' + area + \'&viewName=\' + viewName + \n\t\'&id=\' + id + \'&shiftDown=\' + shiftKey + \'&ctrlDown=\' + ctrlKey);\n    return true;\n}\n\nfunction handleDblClick(event, viewName, id) {\n   var target = event.target;\n   while (target != undefined && target.ondblclick === null && target.tagName.toUpperCase() != \'A\') {\n       target = target.parentNode;\n   }\n\n   if(target.tagName.toUpperCase() == \'A\') {\n       // Either a link in the descrption, or a bomb/mailto/trash click\n       return true;\n   } else {\n       return eventURL(\'action:playViewNamed?viewName=\' + viewName + \n           \'&firstItemId=\' + id);\n   }\n}\n\nfunction getKeyFromEvent(evt) {\n  var key = 0;\n  if (window.event)  {\n    key = evt.keyCode;\n  } else if (evt.which) {\n  \tkey = evt.which;\n  }\n\n  return key;\n}\n\nfunction sendKeyToSearchBox(event) {\n  if(event.altKey || event.ctrlKey || event.metaKey ||\n      (event.target.tagName && event.target.tagName.toUpperCase() == \'INPUT\'))\n      return true;\n  var key = getKeyFromEvent(event);\n  if ((key == 33) || (key == 34) || (key == 35) || (key == 36) || \n      (key == 37) || (key == 38) || (key == 39) || (key == 40))\n      return true;\n  var searchBox = document.getElementById("search-box");\n  searchBox.focus();\n  return true;\n}\n\nfunction playNewVideos(event, id) {\n  eventURL(\'action:playNewVideos?id=\' + id);\n  event.stopPropagation(); // don\'t want handleSelect to deal with this event\n  return false;\n}\n\n///////////////////////////////////////////////////////////////////////////////\n///////////////////////////////////////////////////////////////////////////////\n\n-->\n</script>\n\n</head>\n<body')
  99.     out.write(u" " + bodyTagExtra)
  100.     out.write(u'>\n<div id="videodetails-container">\n')
  101.     out.write(u'<span id="tmplcomp11655184"/>\n\t<div id="videodetails-channeltitle">\n        <h1>')
  102.     out.write(escape(this.getTitle()))
  103.     out.write(u'</h1> \n        <h2>')
  104.     out.write(escape(this.getFeed().getTitle()))
  105.     out.write(u'</h2>\n        <h3>')
  106.     out.write(this.getPaymentHTML())
  107.     out.write(u'</h3>\n\t</div>\n\t<div id="videodetails-ad">\n\t    <span>')
  108.     out.write(this.getAd())
  109.     out.write(u'</span>\n\t</div>\n</div>\n</body>\n\n</html>')
  110.     out.seek(0)
  111.  
  112.  
  113.     return (out, handle)
  114.